UntrackIndexedDBForOriginRequest

data class UntrackIndexedDBForOriginRequest(origin: String)

Represents request frame that can be used with Storage#untrackIndexedDBForOrigin operation call.

Unregisters origin from receiving notifications for IndexedDB.

See also

Constructors

UntrackIndexedDBForOriginRequest
Link copied to clipboard
fun UntrackIndexedDBForOriginRequest(origin: String)

Properties

origin
Link copied to clipboard
val origin: String
Security origin.

Sources

jvm source
Link copied to clipboard